home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2006 July & August
/
PCWorld_2006-07-08_cd.bin
/
v cisle
/
acehtml
/
acehtmlfreeware.exe
/
scriptdef
/
Up-Down Box.sd
< prev
next >
Wrap
INI File
|
2004-06-28
|
449b
|
21 lines
[SUBJECT]
Description=Allows you to increase and decrease the value in a textbox
ImageIndex=-1
Folder=Tools
[BODY_TEXT]
;<div align="center">
;<form>
;<input type="text" name="amount" value="`Initial_Value`">
;<input type="button" value="up" onClick="javascript:this.form.amount.value++;">
;<input type="button" value="down" onClick="javascript:this.form.amount.value--;">
;</form>
;</div>
;
[`Initial_Value`]
Kind=S
Value=6